home *** CD-ROM | disk | FTP | other *** search
/ Interactive CD-ROM & Web Magazine 6 / Interactive CD-ROM & Web Magazine 6.iso / pc / wingift / livemark / install.inf < prev    next >
INI File  |  1995-12-12  |  2KB  |  61 lines

  1.  
  2. ; A very simple sample, showing the installation of a text editor NOTEPAD.EXE.
  3. ; The installation updates WIN.INI so that filenames with the extension .INF
  4. ; are related to the editor. The installation creates a group in the Windows
  5. ; shell, with the editor as a item. The sample donÆt use any compressed files.
  6.  
  7. ; Copyright (c) 1995 Benny Nissen
  8.  
  9. ; See documentation (WINSETUP.DOC) for more information about each section.
  10.  
  11. ; MainWindow:        Options to select and anything seen in the first window.
  12. ; FileCopy:        All about file copying.
  13. ; IniModifications:    How to modify initialization files in the Windows environment.
  14. ; PMOptions:        DDE commands to Program Manager.
  15.  
  16. ; Strings will be modified by the installation program if they contain the following
  17. ; special combination of characters.
  18.  
  19. ; [t] or [T]    Replaced with end user specified target directory
  20. ; [w] or [W]    Replaced with Windows directory
  21. ; [s] or [S]    Replaced with system directory
  22. ; [d] or [D]    Replaced with Windows drive (c:)
  23. ; [r] or [R]    Replaced with last source (read) directory
  24. ; [o] or [O]    Replaced with program option string selected by end user
  25. ; [n] or [N]    Replaced with new line, only in entry RunText and WindowText
  26. ; [q] or [Q]    Replaced with tabulation, only in entry RunText and WindowText
  27.  
  28. [Basic]
  29. ShowDesktop=([r]\install.bmp,3,<Live Markup>PRO[n]HTML without the work,MS Sans Serif,42,1,0,1,4294967295)
  30. ShowCTL3D=[s]\ctl3d.dll
  31.  
  32. [MainWindow]
  33. WindowTitleText=<Live Markup> Installation
  34. WindowText=Please specify the destination directory, <Live Markup> can be installed.
  35. StartDestDir=[d]\lvmk16\
  36.  
  37. [FileCopy]
  38. 1=(1200000,[r]\lvmk.exe,[t],Main program,4)
  39. 2=(220000,[r]\bc450rtl.dll,[t],DLL,4)
  40. 3=(230000,[r]\bc453rtl.dll,[t],DLL,4)
  41. 4=(61000,[r]\bids45.dll,[t],DLL,4)
  42. 5=(60000,[r]\bids47.dll,[t],DLL,4)
  43. 6=(200000,[r]\lvmk.hlp,[t],DLL,4)
  44. 7=(500000,[r]\owl250.dll,[t],DLL,4)
  45. 8=(510000,[r]\owl253.dll,[t],DLL,4)
  46. 9=(3800,[r]\license.txt,[t],license,4)
  47. 10=(1000,[r]\lvmk.ini,[t],ini,4)
  48. 11=(3000,[r]\readme.txt,[t],Lastest program information,4)
  49. 12=(15000,[r]\basic.htm,[t],htm,4)
  50.  
  51. [PMOptions]
  52. PMGroup=(Live Markup)
  53. 1=([t]\lvmk.exe,Live Markup)
  54.  
  55. [ExecuteAfterInstall]
  56. OptionsForExec={01}
  57. YNButtons=1
  58. RunText=View <Live Markup> release notes.
  59. RunProgram=notepad.exe [t]\readme.txt
  60. ShowDesktopDuringExec=1
  61.